[−][src]Crate aliasable_deref_trait
This module defines a marker trait implemented for pointer types that indicate their pointee's can be safely aliased.
Traits
AliasableDeref | Marker trait for a pointer type that is allowed to have its pointee aliased (except when dropped). |
IntoAliasable | Helper trait for converting non-aliasable types into their aliasable counterparts. |